net/http.http2ClientConn.tconn (field)

6 uses

	net/http (current package)
		h2_bundle.go#L7780: 	tconn         net.Conn             // usually *tls.Conn, except specialized impls
		h2_bundle.go#L8247: 		tconn:                       c,
		h2_bundle.go#L8269: 		c = cc.tconn
		h2_bundle.go#L8559: 	cc.tconn.Close()
		h2_bundle.go#L8565: 	tc, ok := cc.tconn.(*tls.Conn)
		h2_bundle.go#L10907: 	ci := httptrace.GotConnInfo{Conn: cc.tconn}